PDF4Java Reference Documentation
com.o2sol.pdf4java.destinations Package / PDFPageDestination Class
Fields Methods


In This Topic
    PDFPageDestination Class Members
    In This Topic

    The following tables list the members exposed by PDFPageDestination.

    Public Methods
     NameDescription
    Public MethodGets the bottom coordinate.
    The bottom coordinate is used by zoom mode.  
    Public MethodGets the COS destination. (Inherited from com.o2sol.pdf4java.destinations.PDFDestination)
    Public MethodGets the left coordinate.
    These zoom modes use the left coordinate: , ,  
    Public MethodGets the right coordinate.
    The right coordinate is used by zoom mode.  
    Public MethodGets the top coordinate.
    These zoom modes use the top coordinate: , ,  
    Public MethodGets the destination type. (Inherited from com.o2sol.pdf4java.destinations.PDFDestination)
    Public MethodGets the zoom.
    A 0 zoom means the current zoom value does not change.  
    Public MethodGets the zoom mode.  
    Public MethodSets the bottom coordinate.
    The bottom coordinate is used by zoom mode.  
    Public MethodSets the left coordinate.
    These zoom modes use the left coordinate: , ,  
    Public MethodSets the right coordinate.
    The right coordinate is used by zoom mode.  
    Public MethodSets the top coordinate.
    These zoom modes use the top coordinate: , ,  
    Public MethodSets the zoom.
    A 0 zoom means the current zoom value does not change.  
    Public MethodSets the zoom mode.  
    Top
    See Also